跳到主要内容

FormData

Form data.

Type

Object

Properties

NameTypeDescription
keystringThe form key. If the current form is a radio button, then this field contains the group key.
valuestringboolean
tagstringThe form tag.
typeFormSpecificTypeThe form type.

Example

Report on all review changes that contains two review records for every user.

let formData = {key: "CompanyName", value: "OnlyOffice", type: "text"};